crypto/tls.serverHelloMsg.supportedVersion (field)
11 uses
crypto/tls (current package)
handshake_client.go#L419: if serverHello.supportedVersion != 0 {
handshake_client.go#L420: peerVersion = serverHello.supportedVersion
handshake_client_tls13.go#L122: if hs.serverHello.supportedVersion == 0 {
handshake_client_tls13.go#L127: if hs.serverHello.supportedVersion != VersionTLS13 {
handshake_messages.go#L642: supportedVersion uint16
handshake_messages.go#L701: if m.supportedVersion != 0 {
handshake_messages.go#L704: exts.AddUint16(m.supportedVersion)
handshake_messages.go#L846: if !extData.ReadUint16(&m.supportedVersion) {
handshake_server_tls13.go#L98: hs.hello.supportedVersion = c.vers
handshake_server_tls13.go#L489: supportedVersion: hs.hello.supportedVersion,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |